Fix bug #7716 with PNG image support libraries on Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 31 Dec 2010 12:38:06 +0000 (14:38 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 31 Dec 2010 12:38:06 +0000 (14:38 +0200)
commit0f277dde691953d23379efd963114bc828ff92b7
tree879f10775eb621a61964c2860205fa4eb2f2afe6
parent6ca156bc492af5636e98a8be7feacdf58190af14
Fix bug #7716 with PNG image support libraries on Windows.

 src/image.c <Qlibpng_version>: New variable.
 (syms_of_image): Intern and staticpro it.  Set its value to the
 version of PNG library we were compiled with.
 (my_png_error, png_load): Avoid GCC warnings about direct access
 to png_ptr->jmpbuf.
 lisp/term/w32-win.el (image-library-alist): Set up correctly for
 libpng versions both before and after 1.4.0.
 admin/nt/README.W32: Update the information about PNG support libraries.
 nt/INSTALL: Update the information about PNG support libraries.
admin/ChangeLog
admin/nt/README.W32
lisp/ChangeLog
lisp/term/w32-win.el
nt/ChangeLog
nt/INSTALL
src/ChangeLog
src/image.c